(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <exec/libraries.h>
#include <devices/inputevent.h>
#include <proto/console.h>
struct InputEvent * CDInputHandler()
SYNOPSIS
struct InputEvent * events
struct Library * consoleDevice

LOCATION
In ConsoleDevice at offset 7
FUNCTION
INPUTS
RESULT
NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
27.01.1997 ldp
Include proto instead of clib
10.12.1996 aros
Moved #include into first column to allow makedepend to see it.
21.11.1996 aros
Created macros AROS_SLIB_ENTRY() for assembler files, too, to solve naming problems.

The #includes in the header *must* begin in the first column. Otherwise makedepend will ignore them (GCC works, though).

Removed a couple of Logs

24.10.1996 aros
Use the official AROS macros over the __AROS versions.
23.08.1996 digulla
Implementation of the console.device